Suppose you have a collection foo with an index created using the statement db.foo.ensureIndex({a:1 - b:-1 - c:1}). Which of the following queries could use the index

🎲 Try a Random Question  |  Total Questions in Quiz: 78  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
MongoDB Fundamentals Test — practice the complete quiz, review flashcards, or try a random question.


Suppose you have a collection foo with an index created using the statement db.foo.ensureIndex({a:1 - b:-1 - c:1}). Which of the following queries could use the index